home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / Demo Software / Trapeze / Trapeze Help / Trapeze Help.rsrc / HELP_2140_textract < prev    next >
Text File  |  1989-03-06  |  402b  |  6 lines

  1. textract ( criterion, block, how*, default* )
  2. extract a table from a block
  3.  
  4. criterion—number block containing true or false values; block—any kind of block; how—extract direction (#ROW or #COL); default—value to fill with.
  5.  
  6. if how=#ROW, textract does the same as extract on each row of block; the resulting rows are stacked to form a table.  If how=#COL, extract each column and join to form a table.